home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / bsnews / install.sh < prev    next >
Text File  |  1989-08-23  |  689b  |  26 lines

  1. echo "Bootstrap News Installation"
  2. echo
  3. echo "Enter the name of the site that feeds you news:"
  4. set host=$<
  5. echo "Enter the name of your organization (e.g. ABC Company, Los Angeles, CA):"
  6. set org=$<
  7.  
  8. echo "Installing files..."
  9. mkdir $MTDRV\usr\lib\news
  10. mkdir $MTDRV\usr\spool\news
  11. cp *.prg $MTDRV\usr\bin
  12. cp makefile *.c $MTDRV\usr\lib\news
  13.  
  14. echo 1 >$MTDRV\usr\lib\news\seq
  15. echo $host >$MTDRV\usr\lib\news\sys
  16. echo $org >$MTDRV\usr\lib\news\org
  17.  
  18. $MTDRV\etc\mkuser netnews -c "News Reader"
  19. mkdir $MTDRV\usr\netnews
  20.  
  21. $MTDRV\etc\mkuser news -c "News Admin" -h \usr\lib\news
  22.  
  23. $MTDRV\etc\mkuser usenet -c "Usenet Admin" -h \usr\lib\news
  24.  
  25. echo "Bootstrap News Installed"
  26.